net/http.http2Framer.WritePing (method)

6 uses

	net/http (current package)
		h2_bundle.go#L2445: func (f *http2Framer) WritePing(ack bool, data [8]byte) error {
		h2_bundle.go#L10682: 		if pingError = cc.fr.WritePing(false, p); pingError != nil {
		h2_bundle.go#L10725: 	if err := cc.fr.WritePing(true, f.Data); err != nil {
		h2_bundle.go#L10754: 		cc.fr.WritePing(false, payload)
		h2_bundle.go#L11122: 	return ctx.Framer().WritePing(false, w.data)
		h2_bundle.go#L11132: 	return ctx.Framer().WritePing(true, w.pf.Data)